CSV File Format |
(Glossary) |
![]()
CSV (comma-separated values) represents a plain-text file format that is often used to exchange tabular data between disparate programs. The data typically consists of text and numbers, stored in a plain-text form, where lines in the text file represent rows in a table, and commas separate the columns.